_MI_SLAB_ALLOCATOR_TYPE

//0x4 bytes (sizeof) enum _MI_SLAB_ALLOCATOR_TYPE { MiSlabAllocatorTypeSlatProtectedStart = 0, MiSlabAllocatorTypeExecuteProtected = 0, MiSlabAllocatorTypeReadOnlyProtected = 1, MiSlabAllocatorTypeNoAccessProtected = 2, MiSlabAllocatorTypeKernelShadowStackProtected = 3, MiSlabAllocatorTypeSlatProtectedLast = 3, MiSlabAllocatorTypeSlatUnprotectedStart = 4, MiSlabAllocatorTypeImageUnprotected = 4, MiSlabAllocatorTypeGenericUnprotected = 5, MiSlabAllocatorTypeNonPagedUnprotected = 6, MiSlabAllocatorTypeSlatUnprotectedLast = 6, MiSlabAllocatorTypeMax = 7 };